Skip to content

Conv/Pool ops + CI - #1

Merged
asjad2401 merged 3 commits into
mainfrom
ci-and-conv-pool-ops
Aug 1, 2026
Merged

Conv/Pool ops + CI#1
asjad2401 merged 3 commits into
mainfrom
ci-and-conv-pool-ops

Conversation

@asjad2401

Copy link
Copy Markdown
Owner

Summary

  • Add Conv2d, fused BatchNorm, and Pool ops (MaxPool2d/AveragePool2d/GlobalAveragePool) to the ONNX interpreter
  • Add GitHub Actions CI (build, lint, python-tests)
  • Fix test scripts (test_bridge.py, compare_ort.py) to actually fail on check failure

Test plan

  • CI passes on the PR
  • python tests/test_bridge.py passes locally
  • python tests/compare_ort.py passes locally

- interpreter: add Conv2d, fused BatchNorm, MaxPool2d/AveragePool2d/GlobalAveragePool
- ci: add build/lint/python-tests GitHub Actions workflow
- tests: fail with nonzero exit code on check failure instead of always passing
@asjad2401
asjad2401 merged commit f48c567 into main Aug 1, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant